BandedViewAppearances Members
Provides the appearance settings used to paint the elements in a Banded Grid View.Constructors
Name | Description |
---|---|
BandedViewAppearances(BaseView) | Initializes a new instance of the BandedViewPrintAppearances class with the specified owning View. |
Properties
Name | Description |
---|---|
BandPanel | Gets the appearance settings used to paint band headers. |
BandPanelBackground | Gets the appearance settings used to paint the band panel’s background. |
ColumnFilterButton | Gets the appearance settings used to paint filter buttons. Inherited from GridViewAppearances. |
ColumnFilterButtonActive | Gets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. Inherited from GridViewAppearances. |
CustomizationFormHint | Gets or sets the appearance of the hint text displayed within an empty Customization Form. Inherited from GridViewAppearances. |
DetailTip | Gets the appearance settings used to paint the detail tooltips. Inherited from GridViewAppearances. |
Empty | Gets the appearance settings used to paint the View’s empty space. Inherited from GridViewAppearances. |
EvenRow | Gets the appearance settings used to paint even data rows. Inherited from GridViewAppearances. |
FilterCloseButton | Gets the appearance settings used to paint the filter close button. Inherited from ColumnViewAppearances. |
FilterPanel | Gets the appearance settings used to paint the filter panel. Inherited from ColumnViewAppearances. |
FixedLine | Gets the appearance settings used to paint the fixed lines. Inherited from GridViewAppearances. |
FocusedCell | Gets the appearance settings used to paint the currently focused row cell. Inherited from GridViewAppearances. |
FocusedRow | Gets the appearance settings used to paint the currently focused row when the grid control contains focus. For the FocusedRow property to be in effect regardless of the grid control’s focused state, disable the GridOptionsSelection.EnableAppearanceHideSelection (view.OptionsSelection.EnableAppearanceHideSelection) option. Inherited from GridViewAppearances. |
FooterPanel | Gets the appearance settings used to paint the view footer. Inherited from GridViewAppearances. |
GroupButton | Gets the appearance settings used to paint group expand buttons. Inherited from GridViewAppearances. |
GroupFooter | Gets the appearance settings used to paint the group footer. Inherited from GridViewAppearances. |
GroupPanel | Gets the appearance settings used to paint the group panel. Inherited from GridViewAppearances. |
GroupRow | Gets the appearance settings used to paint group rows (and the corresponding indents). Inherited from GridViewAppearances. |
HeaderPanel | Gets the appearance settings used to paint column headers and row indicator panel. Inherited from GridViewAppearances. |
HeaderPanelBackground | Gets the appearance settings used to paint the column header panel’s background. |
HideSelectionRow | Gets the appearance settings used to paint the selected row(s) when the grid control is not focused. Inherited from GridViewAppearances. |
HorzLine | Gets the appearance settings used to paint the horizontal lines. Inherited from GridViewAppearances. |
HotTrackedRow | Allows you to customize the appearance settings used to paint hot-tracked rows. Inherited from GridViewAppearances. |
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. |
NoSearchResults | Inherited from ColumnViewAppearances. |
OddRow | Gets the appearance settings used to paint odd data rows. Inherited from GridViewAppearances. |
Preview | Gets the appearance settings used to paint the preview sections. Inherited from GridViewAppearances. |
Row | Gets the appearance settings used to paint the data rows. Inherited from GridViewAppearances. |
RowSeparator | Gets the appearance settings used to paint the row separators. Inherited from GridViewAppearances. |
SelectedRow | Gets the appearance settings used to paint the selected data rows. Inherited from GridViewAppearances. |
TopNewRow | Gets the appearance settings used to paint the new item row when it is displayed at the top of a View. Inherited from GridViewAppearances. |
VertLine | Gets the appearance settings used to paint the vertical lines. Inherited from GridViewAppearances. |
ViewCaption | Contains appearance settings used to customize the View Caption. Inherited from ColumnViewAppearances. |
Methods
Name | Description |
---|---|
Assign(BaseAppearanceCollection) | Copies the settings from the object passed as the parameter. Inherited from BaseAppearanceCollection. |
AssignInternal(BaseAppearanceCollection) | Copies the settings from the object passed as the parameter without raising the BaseAppearanceCollection.Changed event. Inherited from BaseAppearanceCollection. |
BeginUpdate() | Locks the BaseAppearanceCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. Inherited from BaseAppearanceCollection. |
CancelUpdate() | Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseAppearanceCollection. |
Combine(BaseAppearanceCollection, AppearanceDefaultInfo[], Boolean) | Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object. Inherited from BaseAppearanceCollection. |
Combine(BaseAppearanceCollection, AppearanceDefaultInfo[]) | Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren’t activated are set to the value in the default appearance object. Inherited from BaseAppearanceCollection. |
Dispose() | Releases all the resources used by the current object. Inherited from BaseAppearanceCollection. |
EndUpdate() | Unlocks the BaseAppearanceCollection object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseAppearanceCollection. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetAppearance(String) | Gets an appearance object contained within the collection by its name. Inherited from BaseAppearanceCollection. |
GetEnumerator() | Returns an IDictionaryEnumerator that can iterate through the hashtable. Inherited from BaseAppearanceCollection. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetIndicatorAppearance() | Returns an appearance object that contains settings to paint the Row Indicator Panel. Inherited from GridViewAppearances. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Resets the properties of all the appearance objects within the collection to their default values. Inherited from BaseAppearanceCollection. |
RestoreLayoutFromRegistry(String) | Restores the appearance settings stored at the specified system registry path. Inherited from BaseAppearanceCollection. |
RestoreLayoutFromStream(Stream) | Restores the appearance settings from the specified stream. Inherited from BaseAppearanceCollection. |
RestoreLayoutFromXml(String) | Loads the appearance settings stored in the specified XML file. Inherited from BaseAppearanceCollection. |
SaveLayoutToRegistry(String) | Saves the appearance settings to a system registry path. Inherited from BaseAppearanceCollection. |
SaveLayoutToStream(Stream) | Saves the appearance settings to a specific stream. Inherited from BaseAppearanceCollection. |
SaveLayoutToXml(String) | Saves the appearance settings to a specific XML file. Inherited from BaseAppearanceCollection. |
ShouldSerialize() | Tests whether the BaseAppearanceCollection should be persisted. Inherited from BaseAppearanceCollection. |
ToString() | Gets the object’s text representation. Inherited from BaseViewAppearanceCollection. |
UpdateRightToLeft(Boolean) | Updates the right-to-left text direction option. Inherited from BaseAppearanceCollection. |
Events
Name | Description |
---|---|
Changed | Fires when the collection is changed. Inherited from BaseAppearanceCollection. |
PaintChanged | Occurs when specific settings that control the text appearance are changed. Inherited from BaseAppearanceCollection. |
SizeChanged | Occurs when specific settings that control text size are changed. Inherited from BaseAppearanceCollection. |
See Also