[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.GridLengthEditorControl

GridLengthEditorControl Class

Editor of GridLength values.

Inheritance
GridLengthEditorControl
Namespace: C1.WPF.PropertyGrid
Assembly: C1.WPF.PropertyGrid.dll
Syntax
[TemplatePart(Name = "Unit", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "Value", Type = typeof(C1NumericBox))]
public class GridLengthEditorControl : C1View

Constructors

Name Description
GridLengthEditorControl()

Initializes a new instance of the GridLengthEditorControl class.

Fields

Name Description
IsReadOnlyProperty

Identifies the IsReadOnly dependency property.

ValueProperty

Identifies the Value dependency property.

Properties

Name Description
IsReadOnly
Value

Methods

Name Description
Dispose(bool)
OnApplyTemplate()

Events

Name Description
ValueChanged

Called when the value changed.