[]
Contains properties that will be applied to cell view elements.
[TemplatePart(Name = "NumericBox", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "Slider", Type = typeof(Slider))]
public class GridColumnWidthEditor : C1View
| Name | Description |
|---|---|
| GridColumnWidthEditor() | Initializes a new instance of the GridColumnWidthEditor class. |
| Name | Description |
|---|---|
| ColumnMaxWidthProperty | Identifies the ColumnMaxWidth dependency property. |
| ColumnMinWidthProperty | Identifies the ColumnMinWidth dependency property. |
| ColumnWidthLengthProperty | Identifies the ColumnWidthLength dependency property. |
| Name | Description |
|---|---|
| ColumnMaxWidth | |
| ColumnMinWidth | |
| ColumnWidthLength | Gets or sets the length of the column. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnApplyTemplate() |
| Name | Description |
|---|---|
| ColumnWidthLengthChanged | Event raised when the ColumnWidthLength property has changed. |