Skip to main content

Format Properties

Obsolete. Contains settings that are used to format GridControl cells.
Name Description
Background Gets or sets the brush used to paint the background of the formatted cell. This is a dependency property. Inherited from Format.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FontFamily Gets or sets the font family name for the formatted grid cells. This is a dependency property. Inherited from Format.
FontSize Gets or sets the font size for the formatted cells. This is a dependency property. Inherited from Format.
FontStretch Gets or sets the font stretch for the formatted cells. This is a dependency property. Inherited from Format.
FontStyle Gets or sets the text style applied to the formatted cells. This is a dependency property. Inherited from Format.
FontWeight Gets or sets the weight of the text font for the formatted cells. This is a dependency property. Inherited from Format.
Foreground Gets or sets the brush used to paint the foreground of the formatted cell. This is a dependency property. Inherited from Format.
Icon Gets or sets the image displayed within the formatted cells. This is a dependency property. Inherited from Format.
IconVerticalAlignment Specifies the icon vertical alignment. This is a dependency property. Inherited from Format.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
TextDecorations Gets or sets a value that specifies the text decorations that are applied to the formatted cell’s content. This is a dependency property. Inherited from Format.
See Also