[]
        
(Showing Draft Content)

C1.WPF.Grid.GridColumnWidthEditor

GridColumnWidthEditor Class

Contains properties that will be applied to cell view elements.

Inheritance
GridColumnWidthEditor
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
[TemplatePart(Name = "NumericBox", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "Slider", Type = typeof(Slider))]
public class GridColumnWidthEditor : C1View

Constructors

Name Description
GridColumnWidthEditor()

Initializes a new instance of the GridColumnWidthEditor class.

Fields

Name Description
ColumnMaxWidthProperty

Identifies the ColumnMaxWidth dependency property.

ColumnMinWidthProperty

Identifies the ColumnMinWidth dependency property.

ColumnWidthLengthProperty

Identifies the ColumnWidthLength dependency property.

Properties

Name Description
ColumnMaxWidth
ColumnMinWidth
ColumnWidthLength

Gets or sets the length of the column.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()

Events

Name Description
ColumnWidthLengthChanged

Event raised when the ColumnWidthLength property has changed.