ExpandableListView.PackedPositionValueNull Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value for a packed position that represents neither/null/no preference.
[Android.Runtime.Register("PACKED_POSITION_VALUE_NULL")]
public const long PackedPositionValueNull = 4294967295;
[<Android.Runtime.Register("PACKED_POSITION_VALUE_NULL")>]
val mutable PackedPositionValueNull : int64
Field Value
Value = 4294967295- Attributes
Remarks
The value for a packed position that represents neither/null/no preference. This value is not otherwise possible since a group type (first bit 0) should not have a child position filled.
Java documentation for android.widget.ExpandableListView.PACKED_POSITION_VALUE_NULL
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.