Click or drag to resize
weroSoft AG, Software
CustomDataAttribute Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the known keys for the definitions of attributes of a CustomData

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum CustomDataAttribute
Members
  Member nameValueDescription
Description0 The description of the data.
Order1 The order of the data within the group.
GroupName2 The name of the group of the data belongs.
ReadOnly3 True if the data is read-only.
EditorType4 The type of the editor of the data.
ViewName5 The view name of the data.
IsVisibilityProvider6 True if the data is a visibility provider.
Visibility7 The visibility of the data.
VisibilityExpressionText8 The expression which defines the visibility of the data depending on another data.
See Also