Class ContentChangeMode
Indicates the possible modes for changing the visible content of the RadFluidContentControl.
Inheritance
System.Object
ContentChangeMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ContentChangeMode : Enum
Fields
Automatic
The content is automatically changed depending on the available space and the threshold properties.
Declaration
public const ContentChangeMode Automatic
Field Value
Manual
The content is manually changed via the State property.
Declaration
public const ContentChangeMode Manual
Field Value
value__
Declaration
public int value__
Field Value
System.
|