[]
        
(Showing Draft Content)

C1.Win.DataFilter.Styles.BaseDropDownItemStyle

BaseDropDownItemStyle Class

Style with the base properties of the drop-down list items.

Namespace: C1.Win.DataFilter.Styles
Assembly: C1.Win.DataFilter.4.8.dll
Syntax
public abstract class BaseDropDownItemStyle : BaseC1FrameworkStyle

Properties

Name Description
BackColor

Gets or sets the Color used to paint the background.

Corners

Gets or sets the radii of the element corners.

Font

Gets or sets text font of element.

ForeColor

Gets or sets the Color used to draw the text.

Hot

Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it.

Margins

Gets or sets the thickness of the margins around the element.

Padding

Gets or sets the thickness of the padding between the element edges and its content.

Methods

Name Description
ApplyToStyle(Style)

Applies style to destination style if it is possible.

ResetBackColor()
ResetCorners()
ResetFont()
ResetForeColor()
ResetHot()
ResetMargins()
ResetPadding()
ShouldSerializeBackColor()
ShouldSerializeCorners()
ShouldSerializeFont()
ShouldSerializeForeColor()
ShouldSerializeHot()
ShouldSerializeMargins()
ShouldSerializePadding()