TcxGridDBCardView.CreateRow Method
Creates a Card View row and adds it to the View’s Rows collection.
Declaration
function CreateRow: TcxGridDBCardViewRow;
Returns
Type |
---|
TcxGridDBCardViewRow |
Remarks
Use the CreateRow method to create and add a Card View row to the View’s Rows collection. After a row is created, you can specify its settings such as data binding, behavior options, styles, etc.
See Also