Click or drag to resize

IRowCellCustomDrawEventArgs Interface

Provides data for the DevExpress.XtraGrid.Views.Grid.GridView.CustomDrawCell, DevExpress.XtraGrid.Views.Card.CardView.CustomDrawCardField, DevExpress.XtraGrid.Views.Card.CardView.CustomDrawCardFieldCaption, and DevExpress.XtraGrid.Views.Card.CardView.CustomDrawCardFieldValue events

Namespace:  EBP.Api.Interfaces.Controls.DataGrid
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IRowCellCustomDrawEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>

The IRowCellCustomDrawEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCell
Provides information on the painted cell
Public propertyCellValue
Gets the painted value or display text (depending on the event)
Public propertyColumn
Gets the column whose element is being painted
Public propertyDisplayText
Gets or sets the painted element's display text
Public propertyRowHandle
Gets the handle of a painted element's row
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also