|
 | category |
Gets or sets the name of the property's category.
Inherited from dundas.PropertyDescriptor.
|
 | data |
Gets or sets an optional arbitrary object to store with this property descriptor.
Inherited from dundas.PropertyDescriptor.
|
 | defaultValue |
Gets or sets the default value for the property.
Inherited from dundas.PropertyDescriptor.
|
 | description |
Gets or sets the description of the property.
Inherited from dundas.PropertyDescriptor.
|
 | disabled |
Gets or sets the value to indicate whether or not this descriptor should be disabled.
Inherited from dundas.PropertyDescriptor.
|
 | doNotRecordHistory |
Gets or sets the value to indicate whether or not this descriptor should record its value history upon changes.
Inherited from dundas.PropertyDescriptor.
|
 | editor |
Gets or sets the editor associated with this descriptor.
Inherited from dundas.PropertyDescriptor.
|
 | editorType |
Gets or sets the type of the editor that should be used to edit the property.
Inherited from dundas.PropertyDescriptor.
|
 | fullInputWidth |
Gets or sets the value of whether the input for this property should take up the full width of the window.
Inherited from dundas.PropertyDescriptor.
|
 | halfWidthLayout |
Gets or sets the value of whether the layout for this property should take up half the width of the window.
Inherited from dundas.PropertyDescriptor.
|
 | hiddenCommonNameText |
Gets or sets an optional name that may begin with a portion of the same text as name, which will be hidden but take up space to align with the text above.
Inherited from dundas.PropertyDescriptor.
|
 | icon |
Gets or sets the value of the icon to be displayed for the property.
Provide a string containing the location for the icon. Some examples can be seen in dundas.controls.PropertyGridEditorConstants.
Inherited from dundas.PropertyDescriptor.
|
 | id |
Gets or sets the name of the property's ID, which is a unique way to identify the property.
Inherited from dundas.PropertyDescriptor.
|
 | isDisposed |
Gets a value indicating whether this instance has been disposed.
Inherited from dundas.EventDisposable.
|
 | isInfinitySupported |
Gets or sets a value indicating whether the property allows Infinity as a value.
|
 | isInteger |
Gets or sets a value indicating whether the property value should be an integer.
|
 | isMultiUnit |
Gets or sets a value indicating whether the property can be set in either absolute or percentage units.
|
 | isNameVisible |
Gets or sets a value indicating whether the property's name should be shown.
Inherited from dundas.PropertyDescriptor.
|
 | isNaNSupported |
Gets or sets a value indicating whether the property allows NaN as a value.
|
 | isNullable |
Gets or sets a value indicating whether the property supports having a value of null.
Inherited from dundas.PropertyDescriptor.
|
 | isPercent |
Gets or sets a value indicating whether the property should be displayed as a percentage.
|
 | isReadOnly |
Gets or sets a value indicating whether the property's editor should not allow modifications.
Inherited from dundas.PropertyDescriptor.
|
 | isUnique |
Gets or sets a value indicating this property is unique.
Inherited from dundas.PropertyDescriptor.
|
 | isUserInputTimeout |
Gets or sets a value indicating whether the input will have a delay on user input.
|
 | maxValue |
Gets or sets the maximum value that is allowed for the property.
|
 | minValue |
Gets or sets the minimum value that is allowed for the property.
|
 | name |
Gets the name of the property.
Inherited from dundas.PropertyDescriptor.
|
 | objectDescriptorParent |
Gets or sets the object descriptor that owns the property.
Inherited from dundas.PropertyDescriptor.
|
 | oldValue |
Gets or sets the old value.
Inherited from dundas.PropertyDescriptor.
|
 | precision |
Gets or sets the precision of the property.
|
 | section |
Gets or sets the ID of the property's section.
Inherited from dundas.PropertyDescriptor.
|
 | simpleModeCategory |
Gets or sets the value to slot the property correctly when it's displayed for simple property mode.
More than one descriptor can be set for a category and will be set when the UI changes, however only the first one discovered will represent the value in the UI.
Inherited from dundas.PropertyDescriptor.
|
 | sortKey |
Gets or sets the key used to determine the property's order when being sorted for display.
Inherited from dundas.PropertyDescriptor.
|
 | step |
Gets or sets the increment value.
|
 | symbol |
Gets or sets a symbol or unit of measurement to display before or after the number.
|
 | symbolPlacement |
Gets or sets the placement of the symbol relative to the number.
|
 | textIcon |
Gets or sets the value of the icon to be displayed for the property.
Provide a string containing the text to use as an icon.
Inherited from dundas.PropertyDescriptor.
|
 | uiCache |
Gets the UI cache table
Inherited from dundas.EventDisposable.
|
 | value |
Gets or sets the value of the property.
Inherited from dundas.PropertyDescriptor.
|