|  | IRowCellCustomDrawEventArgs Interface | 
Namespace: EBP.Api.Interfaces.Controls.DataGrid
 Syntax
SyntaxThe IRowCellCustomDrawEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cell | 
            Provides information on the painted cell
             | 
|  | CellValue | 
            Gets the painted value or display text (depending on the event)
             | 
|  | Column | 
            Gets the column whose element is being painted
             | 
|  | DisplayText | 
            Gets or sets the painted element's display text
             | 
|  | RowHandle | 
            Gets the handle of a painted element's row
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 See Also
See Also