Gets or sets channel flags for this DataCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public ChannelFlags ChannelFlags { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Property ChannelFlags As ChannelFlags Get Set
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: property ChannelFlags ChannelFlags { ChannelFlags get (); void set (ChannelFlags value); }
Remarks
These are bit flags, use properties to change basic values.