IsOuter Property (C1DockPickerPart)
In This Topic
Gets or sets a value that determines whether the picker part signals that the desired position is relative to the whole
C1DockControl.
Syntax
'Declaration
Public Property IsOuter As Boolean
public bool IsOuter {get; set;}
See Also