CardViewPrintAppearances Properties
Provides the appearance settings used to paint the elements in a Card View when the grid control is printed/exported.| Name | Description |
|---|---|
| Card | Gets the appearance settings used to paint cards when the grid is printed. |
| CardCaption | Gets the appearance settings used to paint card captions when the grid is printed. |
| FieldCaption | Gets the appearance settings used to paint field captions when the grid is printed. |
| FieldValue | Gets the appearance settings used to paint the field values when the grid is printed. |
| FilterPanel | Gets the appearance settings used to paint the filter panel when the grid is printed. Inherited from ColumnViewPrintAppearances. |
| IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
| IsLoading | Indicates whether the View that owns the current collection is currently being initialized. Inherited from BaseViewAppearanceCollection. |
See Also