Back to Devexpress

EditorAppearanceProperties Members

wpf-devexpress-dot-xpf-dot-editors-dot-editorappearanceproperties-dot-underscore-members.md

latest16.9 KB
Original Source

EditorAppearanceProperties Members

Contains Editor appearance properties.

Constructors

NameDescription
EditorAppearanceProperties()Initializes a new instance of the EditorAppearanceProperties class.

Fields

NameDescription
CheckEditGlyphBrushProperty staticIdentifies the CheckEditGlyphBrush attached property.
CheckedStateBackgroundProperty staticIdentifies the CheckedStateBackground attached property.
CheckedStateBorderBrushProperty staticIdentifies the CheckedStateBorderBrush attached property.
FocusedBorderBrushProperty staticIdentifies the FocusedBorderBrush attached property.
HasCheckEditGlyphBrushProperty staticIdentifies the HasCheckEditGlyphBrush attached property.
HasCheckedStateBackgroundProperty staticIdentifies the HasCheckedStateBackground attached property.
HasCheckedStateBorderBrushProperty staticIdentifies the HasCheckedStateBorderBrush attached property.
HasFocusedBorderBrushProperty staticIdentifies the HasFocusedBorderBrush attached property.
HasReadOnlyBackgroundProperty staticIdentifies the HasReadOnlyBackground attached property.
HasReadOnlyBorderBrushProperty staticIdentifies the HasReadOnlyBorderBrush attached property.
ReadOnlyBackgroundProperty staticIdentifies the ReadOnlyBackground attached property.
ReadOnlyBorderBrushProperty staticIdentifies the ReadOnlyBorderBrush attached property.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
GetCheckEditGlyphBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.CheckEditGlyphBrush attached property for the specified EditorAppearanceProperties.
GetCheckedStateBackground(DependencyObject) staticGet the value of the EditorAppearanceProperties.CheckedStateBackground attached property for the specified EditorAppearanceProperties.
GetCheckedStateBorderBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.CheckedStateBorderBrush attached property for the specified EditorAppearanceProperties.
GetFocusedBorderBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.FocusedBorderBrush attached property for the specified EditorAppearanceProperties.
GetHasCheckEditGlyphBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.HasCheckEditGlyphBrush attached property for the specified EditorAppearanceProperties.
GetHasCheckedStateBackground(DependencyObject) staticGet the value of the EditorAppearanceProperties.HasCheckedStateBackground attached property for the specified EditorAppearanceProperties.
GetHasCheckedStateBorderBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.HasCheckedStateBorderBrush attached property tfor the specified EditorAppearanceProperties.
GetHasFocusedBorderBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.HasFocusedBorderBrush attached property for the specified EditorAppearanceProperties.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHasReadOnlyBackground(DependencyObject) staticGet the value of the EditorAppearanceProperties.HasReadOnlyBackground attached property for the specified EditorAppearanceProperties.
GetHasReadOnlyBorderBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.HasReadOnlyBorderBrush attached property for the specified EditorAppearanceProperties.
GetReadOnlyBackground(DependencyObject) staticGet the value of the EditorAppearanceProperties.ReadOnlyBackground attached property for the specified EditorAppearanceProperties.
GetReadOnlyBorderBrush(DependencyObject) staticGet the value of the EditorAppearanceProperties.ReadOnlyBorderBrush attached property for the specified EditorAppearanceProperties.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetCheckEditGlyphBrush(DependencyObject, Brush) staticSets the value of the EditorAppearanceProperties.CheckEditGlyphBrush attached property to the specified EditorAppearanceProperties.
SetCheckedStateBackground(DependencyObject, Brush) staticSets the value of the EditorAppearanceProperties.CheckedStateBackground attached property to a specified EditorAppearanceProperties.
SetCheckedStateBorderBrush(DependencyObject, Brush) staticSets the value of the EditorAppearanceProperties.CheckedStateBorderBrush attached property to a specified EditorAppearanceProperties.
SetFocusedBorderBrush(DependencyObject, Brush) staticSets the value of the EditorAppearanceProperties.FocusedBorderBrush attached property to a specified EditorAppearanceProperties.
SetReadOnlyBackground(DependencyObject, Brush) staticSets the value of the EditorAppearanceProperties.ReadOnlyBackground attached property to a specified EditorAppearanceProperties.
SetReadOnlyBorderBrush(DependencyObject, Brush) staticSets the value of the EditorAppearanceProperties.ReadOnlyBorderBrush attached property to a specified EditorAppearanceProperties.
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
CheckEditGlyphBrush staticGets or sets the CheckEdit‘s check glyph brush. This is an attached property.
CheckedStateBackground staticGets or sets the background brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked. This is an attached property.
CheckedStateBorderBrush staticGets or sets the border brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked. This is an attached property.
FocusedBorderBrush staticGets or sets an editor’s border color when the editor is focused. This is an attached property.
HasCheckEditGlyphBrush staticThis member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property.
HasCheckedStateBackground staticThis member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property.
HasCheckedStateBorderBrush staticThis member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property.
HasFocusedBorderBrush staticThis member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property.
HasReadOnlyBackground staticThis member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property.
HasReadOnlyBorderBrush staticThis member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property.
ReadOnlyBackground staticGets or sets the editor’s background color when the editor is in the read-only state. This is an attached property.
ReadOnlyBorderBrush staticGets or sets the editor’s border brush when the editor is in the read-only state. This is an attached property.

See Also

EditorAppearanceProperties Class

DevExpress.Xpf.Editors Namespace